const net.hostLookupFiles

9 uses

	net (current package)
		conf.go#L150: 			return hostLookupFiles
		conf.go#L179: 			return hostLookupFiles
		conf.go#L270: 		return hostLookupFiles
		dnsclient_unix.go#L501: 	hostLookupFiles                    // only files
		dnsclient_unix.go#L509: 	hostLookupFiles:    "files",
		dnsclient_unix.go#L531: 	if order == hostLookupFilesDNS || order == hostLookupFiles {
		dnsclient_unix.go#L534: 		if len(addrs) > 0 || order == hostLookupFiles {
		dnsclient_unix.go#L571: 	if order == hostLookupFilesDNS || order == hostLookupFiles {
		dnsclient_unix.go#L573: 		if len(addrs) > 0 || order == hostLookupFiles {